Stores the DICOM dataset.
protected virtual void DoStoreDataSet(
DicomDataSet requestDataSet,
DataRow row,
out string dicomInstancePath,
out ReferencedImages[] generatedImages
)
protected:
virtual void DoStoreDataSet(
DicomDataSet^ requestDataSet,
DataRow^ row,
String^ %dicomInstancePath,
array<ReferencedImages^>^ %generatedImages
)
requestDataSet
The requested DicomDataSet.
row
A DataRow corresponding to the requestDataSet to be stored.
dicomInstancePath
The full path of the DICOM instance.
generatedImages
The generated images.
This overload differs from DoStoreDataSet(DicomDataSet,string,ReferencedImages[]) in that it allows for the specification of a row that corresponds to the requestDataSet to be stored.
It should be used when the requestDataSet does not exist locally, but instead exists on an external store (i.e. cloud storage).
Passing null for row is equivalent to calling the DoStoreDataSet(DicomDataSet,string,ReferencedImages[]) overload.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document